*{
    box-sizing: border-box;
}
body{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: large;
    text-align: center;
    background-color: #C4DAD2;
   
}

header{
    background-color: #6A9C89;
    outline: 2px solid #16423C;
    color: white;
    

}
a{
    text-decoration: none;
    color: black;

 
}
a:hover{
    color: #16423C;
}


.link{
    display: flex;
    margin: 0 auto;
    padding-left:570px;
    list-style-type: none;

}

.link, li{
    flex-basis:auto;
    margin: 18px;


}



footer{
    background-color: #6A9C89;
    outline: 2px solid #16423C;
    color: black;
    height: 100px;
    margin-top: 200px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-around;
}

img{
    width: 300px;
}

main {
    padding: 20px;

}

.grid-container {
    display: grid;
    gap: 20px;
}

.box {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition: transform 0.3s;
}

.row-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
}
.row-1 ul{
    display: flex;
    margin-right: 25px;
}
.row-1 ul li{
    list-style-type: none;
    margin: 5px;
    display: flex;
    align-items: center;
    font-size: 20px;

}
.row-1 img{
    width: 100px;
    height: 100px;
    margin: 5px;
    margin-left: 10px;
}
header{
    background-color: #6A9C89;
}
.container{
    margin:  auto;
    width: 1250px;
    height: 800px;
    display: flex;
}
.slike img{
    margin: auto;
    width: 400px;
    height: 750px;
    border: 3px solid #16423C;
    padding: 10px;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #C4DAD2;
}